InputEventChar

enum InputEventChar : ProtocolMessageEnum

TODO: REPLACE
Protobuf enum meshtastic.ModuleConfig.CannedMessageConfig.InputEventChar

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val BACK_VALUE: Int = 27

TODO: REPLACE
BACK = 27;
Link copied to clipboard
val CANCEL_VALUE: Int = 24

TODO: REPLACE
CANCEL = 24;
Link copied to clipboard
val DOWN_VALUE: Int = 18

TODO: REPLACE
DOWN = 18;
Link copied to clipboard
val LEFT_VALUE: Int = 19

TODO: REPLACE
LEFT = 19;
Link copied to clipboard
val NONE_VALUE: Int = 0

TODO: REPLACE
NONE = 0;
Link copied to clipboard
val RIGHT_VALUE: Int = 20

TODO: REPLACE
RIGHT = 20;
Link copied to clipboard
val SELECT_VALUE: Int = 10

'\n'
SELECT = 10;
Link copied to clipboard
val UP_VALUE: Int = 17

TODO: REPLACE
UP = 17;

Functions

Link copied to clipboard
open fun getDescriptor(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getDescriptorForType(): Descriptors.EnumDescriptor
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
fun getValueDescriptor(): Descriptors.EnumValueDescriptor
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): ModuleConfigProtos.ModuleConfig.CannedMessageConfig.InputEventChar

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.